/* 基本設定1*/
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	font-size:small;
	color:#333333;
	margin:0 auto;
	line-height:1.5em;
}

a:link, a:visited, a:active {
	color:#F69;
}


#WRAPPER{
	width:930px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#contents{
	width:930px;
	height: auto;
	margin:10px auto;
}


#MAIN{
	width:930px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.floatClear {
	clear: both;
	width: 1000px;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
}

p {
	line-height:1.5;
}

.line_s{
	line-height:1.2;
}

h1,h2,h3,h4,form,p {
	margin:0;
	padding:0;

}

img {
	margin:0;
	border:none;
}

ul{
	padding: 0;
	list-style-type: none;
	margin: 0px;
}


/* HEADER

--------------------------------------------------------------*/

#HEADER{
	width:930px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}


/* FOOTER

--------------------------------------------------------------*/

#FOOTER{
	width:1000px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}



/* コンテンツ*/
#LEFT{
	height: auto;
	width: 580px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}


#RIGHT{
	height: auto;
	width:300px;
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-right:10px;
}


.textbox01{
	width:450px;
	margin:5px 0 10px 20px;
}


.textbox02{
	width:430px;
	margin:40px auto;
}


.textbox03{
	width:450px;
	margin:5px 0 5px 20px;
}
	
